adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / ADTObjectCollectionT<T> Class / Insert Method


In This Topic
    Insert Method (ADTObjectCollectionT<T>)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Sub Insert( _
       ByVal index As Integer, _
       ByVal newVal As T _
    ) 
    public override void Insert( 
       int index,
       T newVal
    )
    public:
    void Insert( 
       int index,
       T^ newVal
    ) override 

    Parameters

    index
    newVal
    See Also